home *** CD-ROM | disk | FTP | other *** search
/ Keith Rowland's Guide to the Wacky Wild Web / ROWLAND.ISO / pc / Security / files / windows / anti spam / aeminst.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-01-21  |  3.1 KB  |  65 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Active Email Monitor
  4. AppVerName=Active Email Monitor 2.FF
  5. AppId=Active Email Monitor
  6. AppPublisher=VicMan Software, Inc.
  7. AppPublisherURL=http://www.vicman.net
  8. AppSupportURL=http://www.vicman.net
  9. AppUpdatesURL=http://www.vicman.net
  10. DefaultDirName={pf}\Active Email Monitor
  11. DefaultGroupName=Active Email Monitor
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. DisableProgramGroupPage=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\aem25,1.exe"; DestDir: "{app}"; DestName: "aem25.exe"; 
  21. Source: "{sys}\pl.inf"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  22. Source: "{app}\VEMERA.CNT"; DestDir: "{app}"; 
  23. Source: "{app}\VEMERA.HLP"; DestDir: "{app}"; 
  24. Source: "{app}\vemerae.HLP"; DestDir: "{app}"; 
  25. Source: "{app}\vemera.lng"; DestDir: "{app}"; 
  26. Source: "{app}\newmail3.wav"; DestDir: "{app}"; 
  27. Source: "{app}\virspamENG.hst"; DestDir: "{app}"; 
  28. Source: "{app}\virspamRUS.hst"; DestDir: "{app}"; 
  29. Source: "{app}\vemerae.cnt"; DestDir: "{app}"; 
  30. Source: "{app}\LICENSE.TXT"; DestDir: "{app}"; 
  31. Source: "{app}\ICON2.ICO"; DestDir: "{app}"; 
  32. Source: "{app}\POP3_DLL.DLL"; DestDir: "{app}"; 
  33. Source: "{app}\aem25,2.exe"; DestDir: "{app}"; DestName: "aem25.exe"; 
  34. Source: "{app}\movie1.dmf"; DestDir: "{app}"; 
  35. Source: "{app}\Inetwh32.dll"; DestDir: "{app}"; 
  36. Source: "{app}\1000.hst"; DestDir: "{app}"; 
  37. Source: "{app}\READER.EXE"; DestDir: "{app}"; 
  38. Source: "{app}\AEM.chm"; DestDir: "{app}"; 
  39. Source: "{app}\script.iss"; DestDir: "{app}"; 
  40. Source: "{app}\notuninstalled"; DestDir: "{app}"; 
  41. Source: "{app}\tutor.htm"; DestDir: "{app}"; 
  42. Source: "{app}\filters.htm"; DestDir: "{app}"; 
  43. Source: "{app}\pl.inf"; DestDir: "{app}"; 
  44. Source: "{app}\basics.htm"; DestDir: "{app}"; 
  45. Source: "{app}\movie2.dmf"; DestDir: "{app}"; 
  46. Source: "{app}\Icon_4.ico"; DestDir: "{app}"; 
  47. [INI]
  48. FileName: "{app}\aem25.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.vicman.net"; 
  49. [Run]
  50. Filename: "{app}\aem25.exe"; Description: "Launch Active Email Monitor"; Flags: postinstall skipifsilent nowait
  51. [UninstallRun]
  52. Filename: "{app}\aem25.exe"; Parameters: "/u"; 
  53. [Icons]
  54. Name: "{group}\Active Email Monitor"; Filename: "{app}\aem25.exe"; IconFilename: "{app}\icon2.ico"; 
  55. Name: "{group}\Active Email Monitor Help"; Filename: "{app}\aem.chm"; 
  56. Name: "{group}\Active Email Monitor Video Tutorial"; Filename: "{app}\tutor.htm"; IconFilename: "{app}\icon_4.ico"; 
  57. Name: "{group}\Active Email Monitor on the Web"; Filename: "{app}\aem25.url"; 
  58. Name: "{userdesktop}\Active Email Monitor"; Filename: "{app}\aem25.exe"; Tasks: desktopicon; 
  59. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Active Email Monitor"; Filename: "{app}\aem25.exe"; Tasks: quicklaunchicon; 
  60. [Tasks]
  61. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  62. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  63. [UninstallDelete]
  64. Type: files; Name: "{app}\aem25.url"; 
  65.